home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Demos / AppMaker 2.0b3 / Demo AppMaker 1.5 / Demo AppMaker™ / Demo AppMaker™.rsrc / TmPT_108_ResourceDefs < prev    next >
Encoding:
Text File  |  1992-04-08  |  361 b   |  32 lines

  1. { %filename% }
  2. { Created %date% %time% by AppMaker }
  3.  
  4. Unit ResourceDefs;
  5. Interface
  6.  
  7. %if lang = MPW%
  8. Uses
  9.     {$Load ToolBox.dump}
  10.         MemTypes,
  11.         QuickDraw,
  12.         OSIntf,
  13.         ToolIntf,
  14.         PackIntf;
  15.     {$Load}
  16.  
  17. %end if%
  18. %for each resourceType gen DefineResources%
  19.  
  20. {----------}
  21. Implementation
  22.  
  23. %if lang = MPW%
  24. {$D+}
  25. {$R+}
  26. {$OV+}
  27. {$S %unitname%}
  28.  
  29. %end if%
  30.  
  31. End. {ResourceDefs}
  32.